home *** CD-ROM | disk | FTP | other *** search
- #define DIO_READ (1)
- #define DIO_WRITE (2)
-
- /* Errorcodes returned by device io functions, in addition to the
- errors which can be returned by the OpenDevice() call when
- calling initdeviceio(): */
-
- #define ERROR_NO_64BIT_SUPPORT (95) /* Returned when the partition requires 64-bit support
- to function, but no 64-bit support is present. */
- #define ERROR_OUTSIDE_PARTITION (99)
-
-
- /* Values returned by deviceapiused() */
-
- #define DAU_NORMAL (0)
- #define DAU_NSD (1)
- #define DAU_TD64 (2)
- #define DAU_SCSIDIRECT (3)
-